.box-containers .left-search-modal-part {
  position: fixed;
  background-color: #ffffff;
  top: 0px;
  bottom: 0px;
  z-index: 23;
  width: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.box-containers .left-search-modal-part.hide {
  display: none;
}

.box-containers .left-search-modal-part.show {
  display: block;
}

.box-containers .left-search-modal-part .left-search-box {
  width: 3.75rem;
}

.box-containers .left-search-modal-part .left-search-box .search-pannel-header {
  height: 0.44rem;
  width: 3.75rem;
  background-color: #fff;
  padding: 0px 0.16rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 22;
  position: fixed;
  top: 0px;
  box-shadow: inset 0px -0.5px 0px #dddddd;
}

.box-containers .left-search-modal-part .left-search-box .search-pannel-header .left-search-pannel {
  color: #333333;
  font-size: 0.18rem;
}

.box-containers .left-search-modal-part .left-search-box .search-pannel-header .left-pannel-title {
  color: #333333;
  font-size: 0.18rem;
}

.box-containers .left-search-modal-part .left-search-box .search-pannel-header .right-search-close {
  height: 0.22rem;
  width: 0.22rem;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel {
  display: flex;
  position: relative;
  top: 0.44rem;
  height: 100%;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .left-pannel-channel-setting {
  width: 0.9rem;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .left-pannel-channel-setting .left-pannel-itme {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: whitesmoke;
  border-radius: 0px, 0px, 0.16rem, 0px;
  color: #333333;
  font-size: 0.14rem;
  position: relative;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .left-pannel-channel-setting .left-pannel-itme.active {
  background-color: #ffffff;
  color: #ff6e00;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .left-pannel-channel-setting .left-pannel-itme.active::before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.5rem;
  background: linear-gradient(180deg, #ff6f00 0%, #ffc496 100%);
  position: absolute;
  left: 0px;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .left-pannel-channel-setting .left-pannel-itme.next {
  border-radius: 0px 0.16rem 0px 0px;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .left-pannel-channel-setting .left-pannel-itme.pre {
  border-radius: 0px 0px 0.16rem 0px;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content {
  flex: 1;
  height: 100vh;
  overflow-y: auto;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents {
  display: none;
  padding: 0.18rem 0.16rem;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents.active {
  display: block;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents .right-content-tag {
  margin-bottom: 0.24rem;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents .right-content-tag .content-tag-title {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.11rem;
      width: 65px ;
        border-bottom: 1px
        solid #666666;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents .right-content-tag .content-tag-title:nth-child(3n) {
  margin-right: 0px;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents .right-content-tag:last-child {
  padding-bottom: 2rem;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents .content-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.box-containers .left-search-modal-part .left-search-box .left-pannel-channel .right-pannel-content .pannel-contents .content-tag-list .content-tag-item {
  height: 0.24rem;
  text-align: center;
  background: whitesmoke;
  color: #666666;
  font-size: 0.12rem;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  display: block;
  text-align: center;
  padding: 0px 0.12rem;
  box-sizing: border-box;
  border-radius: 0.15rem;
  line-height: 0.24rem;
}

.box-containers .left-search-modal-part .left-search-box .search-footer {
  position: fixed;
  width: 3.75rem;
  bottom: 0.48rem;
  margin: 0px auto;
  z-index: 22;
  padding: 0px 0.16rem;
  box-sizing: border-box;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper {
  background: white;
  box-shadow: 0px 0.02rem 0.08rem rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
  padding: 0.16rem 0.12rem;
  box-sizing: border-box;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-title {
  color: #333333;
  font-size: 0.16rem;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools {
  margin-top: 0.16rem;
  display: flex;
  flex-wrap: wrap;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item {
  width: 0.7rem;
  margin-right: 0.13rem;
  margin-bottom: 0.08rem;
  display: inline-block;
  position: relative;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item:nth-child(4n) {
  margin-right: 0rem;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item .search-pannel-name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 0.14rem;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item .search-pannel-name.one-search-pannel-name {
  color: #117d4b !important;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item .search-pannel-name.two-search-pannel-name {
  color: #995f14 !important;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item .search-pannel-name.three-search-pannel-name {
  color: #802cb8 !important;
}

.box-containers .left-search-modal-part .left-search-box .search-footer .search-footer-wrapper .footer-tools .search-pannel-footer-item .search-pannel-name.four-search-pannel-name {
  color: #3159b5 !important;
}

.pre {
  border-radius: 0px 0px 0.16rem 0px;
}

.next {
  border-radius: 0px 0.16rem 0px 0px;
}
